Title Banner

Previous Book Contents Book Index Next

Inside Macintosh: OpenDoc Class Reference /
Part 1 - Classes and Methods / ODArbitrator


TransferFocusSet

The TransferFocusSet method assigns the specified frame as the owner of each focus in the specified focus set.

void TransferFocusSet (in ODFocusSet focusSet, 
                       in ODFrame transferringFrame, 
                       in ODFrame newOwner);
focusSet
A reference to a focus set being transferred.
transferringFrame
A reference to a frame that is transferring ownership of the focus set.
newOwner
A reference to a frame that is to be the new focus set owner.
DISCUSSION
This method calls the new owner's FocusAcquired method if the new owner is not the transferring frame. If the previous owner is not the transferring frame, OpenDoc also calls the previous owner's FocusLost method.

SEE ALSO
The ODArbitrator::TransferFocus method (page 56).
The ODPart::FocusAcquired method (page 517).
The ODPart::FocusLost method (page 518).
"Transferring Focus Without Negotiation" on page 209 in OpenDoc Programmer's Guide.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
17 JUL 1996




Navigation graphic, see text links

Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help